func runtime.funpack64
11 uses
runtime (current package)
softfloat64.go#L29: func funpack64(f uint64) (sign, mant uint64, exp int, inf, nan bool) {
softfloat64.go#L196: fs, fm, fe, fi, fn := funpack64(f)
softfloat64.go#L197: gs, gm, ge, gi, gn := funpack64(g)
softfloat64.go#L259: fs, fm, fe, fi, fn := funpack64(f)
softfloat64.go#L260: gs, gm, ge, gi, gn := funpack64(g)
softfloat64.go#L289: fs, fm, fe, fi, fn := funpack64(f)
softfloat64.go#L290: gs, gm, ge, gi, gn := funpack64(g)
softfloat64.go#L318: fs, fm, fe, fi, fn := funpack64(f)
softfloat64.go#L344: fs, fm, _, fi, fn := funpack64(f)
softfloat64.go#L345: gs, gm, _, gi, gn := funpack64(g)
softfloat64.go#L375: fs, fm, fe, fi, fn := funpack64(f)
|
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |